c++中vector容器的功能及應用。 vector基本操作: 1.頭文件 #include<vector>。 注:一定要加上using namespace std; 2.vector對象的創建: vector& ...